EXTRACT FILEDRIVE$
EXTRACT FILEDRIVE$ returns a string containing the 'drive' portion of a fully qualified path name for the file passed in the FileName.

ARGUMENTS:
* FileName = The filename to extract the path from

RETURNS:
The drive in the form of ":", ie. "C:"



SYNTAX
Return String=EXTRACT FILEDRIVE$(FileName)


RELATED INFO
View File Names and Paths Index
View STYX Index
View STYX Main File